﻿2026-07-15T12:59:56.8485880Z ##[group]Run actions/checkout@v5
2026-07-15T12:59:56.8486733Z with:
2026-07-15T12:59:56.8487156Z   repository: BigscreenVR/spt-bs-core
2026-07-15T12:59:56.8490553Z   token: ***
2026-07-15T12:59:56.8490963Z   ssh-strict: true
2026-07-15T12:59:56.8491369Z   ssh-user: git
2026-07-15T12:59:56.8491764Z   persist-credentials: true
2026-07-15T12:59:56.8492187Z   clean: true
2026-07-15T12:59:56.8492600Z   sparse-checkout-cone-mode: true
2026-07-15T12:59:56.8493058Z   fetch-depth: 1
2026-07-15T12:59:56.8493496Z   fetch-tags: false
2026-07-15T12:59:56.8493898Z   show-progress: true
2026-07-15T12:59:56.8494297Z   lfs: false
2026-07-15T12:59:56.8494664Z   submodules: false
2026-07-15T12:59:56.8495059Z   set-safe-directory: true
2026-07-15T12:59:56.8495724Z ##[endgroup]
2026-07-15T12:59:56.9359266Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-15T12:59:56.9360985Z ##[group]Getting Git version info
2026-07-15T12:59:56.9361743Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-15T12:59:56.9362815Z [command]/usr/bin/git version
2026-07-15T12:59:56.9363283Z git version 2.43.0
2026-07-15T12:59:56.9370976Z ##[endgroup]
2026-07-15T12:59:56.9383850Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/90552556-d859-4c81-a063-1d6ad6e43068' before making global git config changes
2026-07-15T12:59:56.9385720Z Adding repository directory to the temporary git global config as a safe directory
2026-07-15T12:59:56.9387380Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-15T12:59:56.9422813Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-15T12:59:56.9443480Z https://github.com/BigscreenVR/spt-bs-core
2026-07-15T12:59:56.9455185Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-15T12:59:56.9458329Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-15T12:59:56.9477713Z refs/heads/main
2026-07-15T12:59:56.9484375Z [command]/usr/bin/git checkout --detach
2026-07-15T12:59:56.9531276Z HEAD is now at e0a8bb0 Merge pull request #4 from BigscreenVR/build/forkening-w4-update-ux
2026-07-15T12:59:56.9565600Z [command]/usr/bin/git branch --delete --force main
2026-07-15T12:59:56.9592123Z Deleted branch main (was e0a8bb0).
2026-07-15T12:59:56.9597169Z ##[endgroup]
2026-07-15T12:59:56.9600616Z [command]/usr/bin/git submodule status
2026-07-15T12:59:56.9791654Z ##[group]Cleaning the repository
2026-07-15T12:59:56.9792617Z [command]/usr/bin/git clean -ffdx
2026-07-15T12:59:56.9822074Z Removing traceable-reqs
2026-07-15T12:59:56.9830709Z [command]/usr/bin/git reset --hard HEAD
2026-07-15T12:59:56.9881736Z HEAD is now at e0a8bb0 Merge pull request #4 from BigscreenVR/build/forkening-w4-update-ux
2026-07-15T12:59:56.9886451Z ##[endgroup]
2026-07-15T12:59:56.9888054Z ##[group]Disabling automatic garbage collection
2026-07-15T12:59:56.9891838Z [command]/usr/bin/git config --local gc.auto 0
2026-07-15T12:59:56.9917269Z ##[endgroup]
2026-07-15T12:59:56.9917968Z ##[group]Setting up auth
2026-07-15T12:59:56.9922713Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-15T12:59:56.9947375Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-15T12:59:57.0136600Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-15T12:59:57.0164579Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-15T12:59:57.0352948Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-15T12:59:57.0384734Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-15T12:59:57.0567032Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-15T12:59:57.0597903Z ##[endgroup]
2026-07-15T12:59:57.0598599Z ##[group]Fetching the repository
2026-07-15T12:59:57.0604734Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eb3bc271e90cbe47796f13975d6ee45789da708a:refs/remotes/pull/5/merge
2026-07-15T12:59:57.5047341Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-15T12:59:57.5048627Z  * [new ref]         eb3bc271e90cbe47796f13975d6ee45789da708a -> pull/5/merge
2026-07-15T12:59:57.5067598Z ##[endgroup]
2026-07-15T12:59:57.5068480Z ##[group]Determining the checkout info
2026-07-15T12:59:57.5070738Z ##[endgroup]
2026-07-15T12:59:57.5076021Z [command]/usr/bin/git sparse-checkout disable
2026-07-15T12:59:57.5129540Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-15T12:59:57.5158444Z ##[group]Checking out the ref
2026-07-15T12:59:57.5162244Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5/merge
2026-07-15T12:59:57.5288570Z Previous HEAD position was e0a8bb0 Merge pull request #4 from BigscreenVR/build/forkening-w4-update-ux
2026-07-15T12:59:57.5291167Z HEAD is now at eb3bc27 Merge 6f9df02d3ef85a8bb1077a74690880dacff1e404 into e0a8bb00d76315ba8a1d82ba5fb60e4515932ab3
2026-07-15T12:59:57.5296582Z ##[endgroup]
2026-07-15T12:59:57.5329620Z [command]/usr/bin/git log -1 --format=%H
2026-07-15T12:59:57.5351382Z eb3bc271e90cbe47796f13975d6ee45789da708a
